Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class
Properties Methods

In This Topic
    Range<T> Class Members
    In This Topic

    The following tables list the members exposed by Range<T>.

    Public Properties
     NameDescription
    Public PropertyReturn length of range  
    Public PropertyThe start of the range.  
    Public PropertyThe upper bound of the range.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. See CompareTo.  
    Public MethodReturns a range which contains the current range, minus value.  
    Public MethodOverloaded. Indicates if the range contains value.  
    Public MethodSee System.Object.Equals(System.Object).  
    Public MethodSee System.Object.GetHashCode.  
    Public MethodReturns the range that represents the intersection of this range and value.  
    Public MethodIndicates if the range is contained by value.  
    Public MethodIndicates if this range is contiguous with range.  
    Public MethodCheck value is join with this range  
    Public MethodIterates the range.  
    Public MethodReturn new range which joined by value with this range  
    Public MethodIndicates if the range overlaps value.  
    Public MethodIterates the range in reverse.  
    Public MethodSplits the range into two.  
    Public MethodReturns the result of subtracting a range to the current one. This could lead to a split range in case the one that is being subtracted is contained in the current one.  
    Public MethodSee System.Object.ToString.  
    Public MethodReturns the range that represents the union of this range and value.  
    Top
    Public Operators
    The intersection operator.
    The union operator.
    Overrides the equals operator.
    The complement operator.
    Overloaded. Overrides the greater than operator.
    Overloaded. Overrides the greater than or equal operator.
    Overrides the not equals operator. Overrides the equals operator.
    Overloaded. Overrides the less than operator.
    Overloaded. Overrides the less than or equal to operator.
    Top
    See Also